home *** CD-ROM | disk | FTP | other *** search
/ Java 1996 August / Java - Summer 1996.iso / kaffe-0.2 / lib / native / java.lang / java.lang.ProcessReaper.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-12  |  530 b   |  24 lines

  1. /*
  2.  * java.lang.ProcessReaper.c
  3.  *
  4.  * Copyright (c) 1996 Systems Architecture Research Centre,
  5.  *           City University, London, UK.
  6.  *
  7.  * See the file "license.terms" for information on usage and redistribution
  8.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  9.  *
  10.  * Written by Tim Wilkinson <tim@sarc.city.ac.uk>, February 1996.
  11.  */
  12.  
  13. #include <native.h>
  14. #include "java.lang.ProcessReaper.h"
  15.  
  16. /*
  17.  * Wait for the death of ...
  18.  */
  19. void
  20. java_lang_ProcessReaper_waitForDeath(struct Hjava_lang_ProcessReaper* this)
  21. {
  22.     abort();
  23. }
  24.